home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000010_news@columbia.edu _Thu Aug 31 12:37:34 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by monire.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id MAA20863
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Thu, 31 Aug 2000 12:37:33 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id MAA01991
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 31 Aug 2000 12:37:33 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id MAA05373
  10.     for kermit.misc@watsun.cc.columbia.edu; Thu, 31 Aug 2000 12:34:25 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: fdc@columbia.edu (Frank da Cruz)
  13. Subject: Re: Kermit with GCOS 8
  14. Date: 31 Aug 2000 16:34:22 GMT
  15. Organization: Columbia University
  16. Message-ID: <8om1ee$57q$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <8olujd02gr9@enews2.newsguy.com>,
  20. David Copelovici <dcopelov@thinkage.com> wrote:
  21. : Is it possible to send text/binary files from a GCOS 8 machine (to an NT
  22. : machine) using the kermit protocol (I think it's called kermsend on the GCOS
  23. : machine)? If not, what are the problems associated with such a transfer? I'm
  24. : using C-Kermit 7.0.197.
  25. Using C-Kermit 7.0.197 on what?  You only mentioned GCOS 8 and NT.  Do you
  26. mean Kermit 95 on NT?  If not, that's the appropriate software for the NT
  27. side:
  28.  
  29.   http://www.columbia.edu/kermit/k95.html
  30.  
  31. Anyway, maybe somebody who actually uses GCOS 8 can answer with more
  32. authority, but in case you don't hear anything else, everything we have for
  33. GCOS 8 is in the Kermit FTP archive:
  34.  
  35.   ftp://kermit.columbia.edu/kermit/d/
  36.  
  37. The files are:
  38.  
  39.   -rw-rw-r--      664 Aug 16  1988 hgann.txt
  40.   -rw-rw-r--     1105 Aug 16  1988 hgboot.a
  41.   -rw-rw-r--     3439 Aug 16  1988 hgdns.doc
  42.   -rw-rw-r--    64350 Aug 16  1988 hgker.b
  43.   -rw-rw-r--    46705 Aug 16  1988 hgker.c
  44.   -rw-rw-r--     9234 Aug 16  1988 hgker.doc
  45.   -rw-rw-r--     4620 Aug 16  1988 hgker.hlp
  46.   -rw-rw-r--     1323 Aug 16  1988 hgnps.doc
  47.  
  48. These are all plain-text ASCII files.  The actual release date was
  49. 5 Sep 1984.  Whatever documentation exists is in the hg*.doc and hgker.hlp
  50. files (and the source code itself, of course).
  51.  
  52. - Frank